-- card: 36725 from stack: in.2r -- bmap block id: 0 -- flags: 0000 -- background id: 3837 -- name: Strip -- part contents for background part 5 ----- text ----- Strip -- part contents for background part 6 ----- text ----- The XFCN strip will remove certain characters from a string. If you have no intention of trying to slog through the task of Pascal programming, but you do need a specific function in HyperCard that is not yet available, feel free to drop me a note. I may be able to help you out, but it will not be free! Eric Celeste / Appropriate Technology USPS: 358 N. Parkview, Columbus, OH 43209. CompuServe: 76146,724. -- part contents for background part 7 ----- text ----- Syntax: Strip(<"letters">,<"string">) Returns "string" with the letters contained in "letters" removed. The first parameter are the letters that you want removed from the string in the second parameter. You can include any characters, including punctuation, even the return key. The second parameter is the text from which you want the letters specified in the first parameter stripped. Remember that only the first 255 characters of this text will be used by “Strip”. -- part contents for background part 10 ----- text ----- 40